constant
AUTO
A constant value, but unlike value it can be injected into configuration function (other modules) and it is not interceptable by decorator.
value
decorator
name – {string} –
The name of the constant.
value – {*} –
The constant value.
{Object}
registered instance